home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / msql-1.0.6 / src / tests / rtest.src / 7.out < prev    next >
Text File  |  1995-01-04  |  611b  |  32 lines

  1.  
  2. Welcome to the miniSQL monitor.  Type \h for help.
  3.  
  4.  
  5. mSQL >     ->     ->     ->     -> 
  6. Query buffer
  7. ------------
  8.  
  9. select test2.fullname, test.age
  10.         from test2,test
  11.         where test2.user = test.user
  12.  
  13. [continue]
  14.     -> 
  15. Query OK.
  16.  
  17. 3 rows matched.
  18.  
  19.  +--------------------------------+----------+
  20.  | fullname                       | age      |
  21.  +--------------------------------+----------+
  22.  | Paul Pyyvaara                  | 26       |
  23.  | David J. Hughes                | 26       |
  24.  | Fred O'Niell                   | 31       |
  25.  +--------------------------------+----------+
  26.  
  27.  
  28.  
  29. mSQL >     -> 
  30. Bye!
  31.  
  32.